9. Partial Fractions

a2. General Decompositions

d. Repeated Linear Factors

Find the partial fraction expansion for \(\dfrac{x^2+1}{x^4+3x^3+3x^2+x}\).

We factor the denominator: \[ x^4+3x^3+3x^2+x=x(x^3+3x^2+3x+1)=x(x+1)^3 \] We write the generic partial fraction decomposition: \[ \dfrac{x^2+1}{x(x+1)^3} =\dfrac{A}{x}+\dfrac{B}{x+1}+\dfrac{C}{(x+1)^2}+\dfrac{D}{(x+1)^3} \] Notice that for the repeated factor \((x+1)^3\) we need to include denominators \((x+1)\), \((x+1)^2\) and \((x+1)^3\). Next we clear the denominator: \[ x^2+1=A(x+1)^3+Bx(x+1)^2+Cx(x+1)+Dx \qquad (*) \] Don't simplify! Don't expand! We now try the evaluation trick that worked for non-repeating linear factors: Plug in \(x=0,-1\):

Notice that this only determined \(A\) which was the numerator for the non-repeating factor \(x\) and \(D\) which was the numerator for the highest power of the repeating factor \((x+1)\). There are \(3\) methods to find the remaining coefficients \(B\) and \(C\):

We can plug in for \(A\) and \(D\) in equation \((*)\), multiply out the right side, equate coefficients of powers of \(x\), and solve. This is tedious. So we don't recommend this method.

Since equation \((*)\) must be true for all \(x\), we just plug in two other random values of \(x\), say \(x=1,2\), as well as the known values of \(A\) and \(D\):

Subtracting these equations gives \(B=-1\) and substituting back gives \(C=0\).

Since equation \((*)\) must be true for all \(x\), its derivative will also be true for all \(x\). So we differentiate \((*)\) and plug in \(x=-1\); then differentiate again and plug in \(x=-1\):

Notice that as we take the derivatives, we use the product rule and chain rule rather than multiplying out first. This makes it easier to plug in the zeros of the denominator.


In any case the the coefficients are \[ A=1\qquad B=-1\qquad C=0\qquad D=-2 \] and the partial fraction expansion is: \[ \dfrac{x^2+1}{x^4+3x^3+3x^2+x}=\dfrac{1}{x}-\dfrac{1}{x+1}-\dfrac{2}{(x+1)^3} \]

Notice that some coefficients may be zero but there is no way to know that in advance.

We check by adding up the right side: \[\begin{aligned} \dfrac{1}{x}-\dfrac{1}{x+1}-\dfrac{2}{(x+1)^3} &=\dfrac{(x+1)^3-x(x+1)^2-2x}{x(x+1)^3} \\ &=\dfrac{x^2+1}{x^4+3x^3+3x^2+x} \end{aligned}\]

Find the partial fraction decomposition for \(\dfrac{x^2+x-4}{x^4-8x^2+16}\).

\(\dfrac{x^2+x-4}{x^4-8x^2+16} =\dfrac{1}{8}\left[\dfrac{2}{x-2}+\dfrac{1}{(x-2)^2} -\dfrac{2}{x+2}-\dfrac{1}{(x+2)^2}\right]\)

To find the partial fraction expansion for \(\dfrac{x^2+x-4}{x^4-8x^2+16}\) we first factor the denominator: \[ x^4-8x^2+16=(x^2-4)^2=(x-2)^2(x+2)^2 \] We write out the general expansion and clear the denominator: \[ \dfrac{x^2+x-4}{x^4-8x^2+16} =\dfrac{A}{x-2}+\dfrac{B}{(x-2)^2}+\dfrac{C}{x+2}+\dfrac{D}{(x+2)^2} \] \[ x^2+x-4=A(x-2)(x+2)^2+B(x+2)^2+C(x-2)^2(x+2)+D(x-2)^2 \] We plug in the two roots \(x=2,-2\) and two other numbers, say \(x=0,1\):

  • \(x=2\): \[ 2=B(16) \qquad \Longrightarrow \qquad B=\dfrac{1}{8} \]
  • \(x=-2\): \[ -2=D(16) \qquad \Longrightarrow \qquad D=-\dfrac{1}{8} \]
  • \(x=0\): \[\begin{aligned} -4&=A(-2)(4)+B(4)+C(4)(2)+D(4)=-8A+4B+8C+4D \\ &=-8A+\dfrac{1}{2}+8C-\dfrac{1}{2}=-8A+8C \\ &\Longrightarrow \qquad 1=2A-2C \qquad \text{*} \end{aligned}\]
  • \(x=1\): \[\begin{aligned} -2&=A(-1)(9)+B(9)+C(1)(3)+D(1)=-9A+9B+3C+D \\ &=-9A+\dfrac{9}{8}+3C-\dfrac{1}{8}=-9A+3C+1 \\ &\Longrightarrow \qquad -3=-9A+3C \qquad \Longrightarrow \qquad 1=3A-C \qquad \text{**} \end{aligned}\]

Solving (**) for \(C\) and substituting into (*) gives \(A=\dfrac{1}{4}\). Substituting back gives \(C=-\dfrac{1}{4}\). So the partial fraction expansion is \[\begin{aligned} \dfrac{x^2+x-4}{x^4-8x^2+16} &=\dfrac{\dfrac{1}{4}}{x-2}+\dfrac{\dfrac{1}{8}}{(x-2)^2} +\dfrac{-\dfrac{1}{4}}{x+2}+\dfrac{-\dfrac{1}{8}}{(x+2)^2} \\ &=\dfrac{1}{8}\left[\dfrac{2}{x-2}+\dfrac{1}{(x-2)^2} -\dfrac{2}{x+2}-\dfrac{1}{(x+2)^2}\right] \end{aligned}\]

We check by adding up the right hand side: \[\begin{aligned} \dfrac{1}{8}&\left[\dfrac{2}{x-2}+\dfrac{1}{(x-2)^2} -\dfrac{2}{x+2}-\dfrac{1}{(x+2)^2}\right] \\ &=\dfrac{2(x-2)(x+2)^2+(x+2)^2-2(x-2)^2(x+2)-(x-2)^2}{x^4-8x^2+16} \\ &=\dfrac{x^2+x-4}{x^4-8x^2+16} \end{aligned}\]

© MYMathApps

Supported in part by NSF Grant #1123255